From a355d656b33c3cec9f6084e07c80f82c88b01f25 Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Thu, 26 Dec 2002 10:59:25 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.46 (3e0ae10dik6b66vhe2TXWzrg_OTSHQ) de-debug --- xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c index 237df3fa98..a25939c657 100644 --- a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c +++ b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c @@ -62,7 +62,7 @@ static inline void direct_remappte_range(pte_t * pte, unsigned long address, uns pte_t oldpage; oldpage = ptep_get_and_clear(pte); - printk(KERN_ALERT "bd240 debug: %lx - %lx\n", pte, phys_addr); + //printk(KERN_ALERT "bd240 debug: %lx - %lx\n", pte, phys_addr); direct_set_pte(pte, direct_mk_pte_phys(phys_addr, prot)); -- 2.30.2